Subject: Porting _outp function from Visual C to Borland C
Date: 1 Mar 1996 17:02:51 GMT
Organization: InterSurf Online, Inc.
Message-ID: <4h7ajs$9ui@dim.intersurf.net>
NNTP-Posting-Host: alex.intersurf.net
X-Newsreader: TIN [version 1.2 PL2+color]
I have a book called "Tricks of the Game Programming Gurus" which contains many useful graphic routines. However seemes to have been based on Visual C, and I need a way to port a function called _outp into Borland C. This seems to be just about the only code that I can't translate between the compilers. There is an outp function in Borland C, however, when I try to use that function it gives me and error saying that the code has no use. It might just be a simple error I haven't seen yet, but if the fun
ctions are completely different, could someone please help me with implementing my own _outp function? I have no access to Visual C compiler, so I can't check it out for myself.